home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_lord / juancho7.zip / JUANCHO.DOC < prev    next >
Text File  |  1996-05-21  |  3KB  |  82 lines

  1.  
  2.              Juancho's Paradise v1.7 (c) 1996 Brian Myers
  3.                         Installation Document
  4.  
  5.  
  6. -------------------
  7. Installation
  8. ------------
  9.  
  10.    Simple, REALLY!  Just create a  directory for your  new  IGM to reside
  11.    in,  copy ALL files contained in this archive to that directory,  then
  12.    type "INSTALL."   Select "Install",  you will be asked for the path to
  13.    LORD.EXE. After entering the path YOU ARE ALL SET! Easy!  Install will
  14.    add the necessary  commandline to your  "3RDPARTY.DAT"   file allowing
  15.    your users to play the game.  It will also  write a two-line  entry in
  16.    LORD's  "LOGNOW.TXT" file announcing that the new IGM has been
  17.    installed.
  18.  
  19. -----------------------------
  20. Registration Information
  21. ------------------------
  22.  
  23.    Registration only costs $3.00!!! You recieve more options, and the newest
  24.    versions will be uploaded to you regularly... To register see Register.Frm
  25.    for the form... You will also be able to configure the options in Juancho's
  26.    Paradise.
  27.  
  28. ---------------------------
  29. Commandline parameters
  30. ----------------------
  31.  
  32.    There are several commandline parameters  for your new IGM;  for those
  33.    who are adept at editing the LORD "3RDPARTY.DAT" file,  the parameters
  34.    are as follows:
  35.  
  36.    /CP<path>  The FULL pathname to the IGM executable
  37.               eg... /CPC:\LORD\IGM\IGM.EXE
  38.  
  39.    /N<#>      Node number.
  40.               eg... /N1
  41.  
  42.    /HS<#>     Hardware handshaking mode. Range 0 to 3
  43.               eg... /HS2
  44.  
  45.               Where:  0=None
  46.                       1=XON/XOFF
  47.                       2=CTS/RTS
  48.                       3=BOTH XON/XOFF & CTS/RTS
  49.               If your users are having display problems, try /HS2
  50.  
  51.    /DB        Debug mode (testing ONLY!!)
  52.  
  53.    NOTE:
  54.    When editing the IGM commandline,  the /CP parameter MUST follow  the
  55.    executable path, and all parameters must be given in the order listed
  56.    above.  If you botch this up,  I guarantee you are going to curse the
  57.    program. YOU HAVE BEEN WARNED!
  58.  
  59.  
  60. ---------------
  61. QWKIGM.DAT
  62. ----------
  63.  
  64.    The QWKIGM.DAT  file is  the  config  file  which the IGM  reads
  65.    to obtain information  necessary to communicate with LORD.  This
  66.    file is a plain ascii text file  which must be  generated either
  67.    by you, or the install program. The following information *must*
  68.    be contained in this file in the exact order stated:
  69.    
  70.    E:\LORDGAME\LORD2\            <- Path to the LORD main directory
  71.    E:\CASSLE\                    <- Path to the IGM main directory
  72.    The Rock!                     <- BBS name
  73.    MICHAEL                       <- SysOps FIRST name
  74.    BATTS                         <- SysOps LAST name
  75.    0                             <- IGM registration code
  76.  
  77.    This file must exist in the IGMs main directory!
  78.  
  79.    The paths need not necessarily  have a trailing backslash as the
  80.    IGM will append them if they are not there.
  81.  
  82.